/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._title {
  margin-bottom: 85px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
._title .t1 {
  letter-spacing: 2px;
}
._title .t2 {
  letter-spacing: 6px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 25px;
  font-size: 50px;
}
._title .summary {
  opacity: .8;
}

._more {
  background: #264b54;
  border-radius: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding: 15px;
  padding-right: 5px;
  width: 170px;
  height: 40px;
}
._more:hover {
  background: white;
  color: #264b54;
}

body {
  padding-top: 125px;
}

.top-bar {
  background: #264b54;
  display: block;
  z-index: 3333;
  transition: .5s;
}
.top-bar.on {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}
.top-bar .shemei {
  margin-top: 8px;
  float: right;
}

.shemei {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shemei a {
  display: block;
  margin-left: 5px;
}
.shemei a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/*header*/
.header {
  width: 100%;
  padding: 10px 0px;
  z-index: 3333;
  transition: .5s;
  top: 40px;
  position: fixed;
  background: white;
}
.header.on {
  background: white;
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
}
.header .logo img {
  height: 65px;
}
.header .container2 {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  align-items: center;
  position: relative;
}
.header .container2 #search .submitsearch {
  background: black;
}
.header .container2 #search .submitsearch img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .container2 #search #keyword {
  background: #f3f3f3;
}
.header .container2 .search2 {
  position: absolute;
  right: 0;
  display: none;
  bottom: -28px;
  z-index: 33;
}
.header .header_menu > ul {
  overflow: visible;
  display: flex;
  align-items: center;
}
.header .header_menu > ul > li {
  float: none;
  margin-left: 40px;
  position: relative;
}
.header .header_menu > ul > li:hover .lv2 {
  display: block;
}
.header .header_menu > ul > li .lv2 {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  top: 35px;
  background: #264b54;
  display: none;
}
.header .header_menu > ul > li .lv2 ul li {
  float: none;
}
.header .header_menu > ul > li .lv2 ul li a {
  text-align: center;
  color: white;
  transition: .5s;
  font-size: 16px;
  padding: 8px 10px;
}
.header .header_menu > ul > li .lv2 ul li a:hover {
  background: #dc4d28;
}
.header .header_menu > ul > li:hover a, .header .header_menu > ul > li.active a {
  color: #264b54;
}
.header .header_menu > ul > li a {
  display: block;
  font-size: 18px;
  padding: 5px 10px;
  color: #393939;
}

#toolbar .online-one li a,
#toolbar .online-one li.phone .tel-phone,
#toolbar .online-one li {
  background: #264b54 !important;
}

aside {
  display: none;
}
aside .side i {
  background: #264b54 !important;
}
aside .side1 {
  background: #264b54 !important;
}
aside .side span {
  background: #264b54 !important;
}

.footer {
  background: #264b54;
  color: white;
}
.footer .dibu {
  background: #1a353c;
}
.footer .dibu .container2 {
  display: flex;
  overflow: visible;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.footer .dibu .beizhu {
  background: transparent;
}
.footer .dibu .shemei {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .dibu .shemei .item {
  position: relative;
  margin-left: 25px;
}
.footer .dibu .shemei .item:hover .erweima {
  display: block;
}
.footer .dibu .shemei .item .erweima {
  position: absolute;
  left: 0;
  display: none;
  bottom: 61px;
  transform: scale(3.5);
}
.footer .footer_content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .rt .footer_menu {
  display: flex;
  justify-content: space-between;
}
.footer .rt .footer_menu .item {
  width: 20%;
  line-height: 2;
}
.footer .rt .footer_menu .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .rt .footer_menu .item ul li {
  float: none;
}
.footer .rt .footer_menu .item ul li a {
  display: block;
  font-size: 16px;
}
.footer .lf ._more {
  margin-top: 30px;
  background: white;
  color: #264b54;
  align-items: center;
  justify-content: center;
}
.footer .lf ._more img {
  margin-left: 10px;
}
.footer .lf .sousuo_box .keyword {
  display: flex;
  border-bottom: 1px solid gainsboro;
  align-items: center;
}
.footer .lf .sousuo_box .search_input {
  background: transparent;
  border: 0;
  color: white;
  padding: 10px 25px;
  flex: 1;
}
.footer .lf .sousuo_box .search_input::placeholder {
  color: gainsboro;
}
.footer .lf .name {
  font-size: 22px;
  font-weight: bold;
}
.footer .lf .name2 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer .dibu .shemei .item3 .erweima {
  transform: scale(2);
}

@media (max-width: 1600px) {
  body {
    padding-top: 118px;
  }

  .header .header_menu > ul > li a {
    font-size: 17px;
  }

  .header .header_menu {
    margin-top: 0;
  }

  .header .header_menu > ul > li .lv2 ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1450px) {
  .header .header_menu > ul > li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer .rt .footer_menu {
    display: none;
  }

  .footer .dibu .container2 {
    display: block;
  }

  .footer .dibu .shemei {
    display: none;
  }

  .footer .lf {
    text-align: center;
  }

  .footer .lf .name2 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer .lf ._more {
    margin-left: auto;
    margin-right: auto;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .shipin_box video {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
